Welcome![Sign In][Sign Up]
Location:
Search - opengl32.lib glu32.lib glaux.lib

Search list

[OpenGL programearthsatalite

Description: 一个基于opgl的卫星绕地球旋转的例子,非常漂亮。有vc工程文件,注意编译时必须在编译选项里面加上OPENGL32.LIB GLU32.LIB GLAUX.LIB三个库。-a satellite orbiting the earth rotating example, very beautiful. There vc engineering documents, attention must compile the compiler options inside with OPENGL32.LIB GLU32.LIB GLA UX.LIB three libraries.
Platform: | Size: 10925 | Author: 中华 | Hits:

[OpenGL programOpenearth

Description: 用OpenGL实现展开地球的三维动画 打包说明:打包软件为winzip,其中paper.zip为正文压缩文件,解压后 为word2000环境下的正文文件paper.doc,program.zip为源程序压缩文件,解压后为VC++6.0环境下的工程文件OpenEarth.dsp等系列程序...及作为纹理使用的位图文件Wordmp.bmp 程序使用说明 解压program.zip为源程序压缩文件,将opengl32.lib glu32.lib glaux.lib等库文件拷贝到...\\VC98\\Lib\\目录下。 1.用VC6.0启动Openearth.dsw, 2.按下述步骤添加OpenGL库:从[Project]菜单中选择[Settings...]选项,将弹出Project Settings对话框。在该对话框中选择Link标签,在“Object/Libray Module”编辑框中加入“opengl32.lib glu32.lib glaux.lib”,单击OK按钮。 3. 用菜单Build\\!Execute Openearth.exe项建立并运行Openearth.exe文件 4. 观看效果,由于程序使用GetCurrentTime函数,动画可能从中间开始展开,全部展开后,又从头从球形开始展开。 直接运行Openearth.exe。-start using OpenGL 3D animation Earth packaged Note : packaged software winzip. which paper.zip compression for text documents, unpacked word2000 environment for the body of documents paper.doc, program.zip source of compressed files, unpacked VC 6.0 environment for the engineering documents OpenEarth.dsp series of procedures ... and for Texture for the use of bitmap file Wordmp.bmp use procedures for extracting program.zip source compressed files, will opengl32.lib glu32.lib glaux.lib other library copy of the document .. . \\ VC98 \\ Lib \\ directory. 1. Start with VC6.0 Openearth.dsw. 2. the following steps to add OpenGL library : from [Project] menu, choose [Settings ...] options will Project Settings dialog pop. In the dialog box choose Link label, in "Object / Libray Module" e
Platform: | Size: 174322 | Author: 倪明 | Hits:

[OpenGL programtestproj

Description: 一个基于opgl的卫星绕地球旋转的例子,非常漂亮。有vc工程文件,注意编译时必须在编译选项里面加上OPENGL32.LIB GLU32.LIB GLAUX.LIB三个库。 -a satellite orbiting the earth rotating example, very beautiful. There vc engineering documents, attention must compile the compiler options inside with OPENGL32.LIB GLU32.LIB GLA UX.LIB three libraries.
Platform: | Size: 42607 | Author: 黄璐 | Hits:

[OpenGL programgreedy

Description: 集装箱的装箱问题: *给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材 *的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装 *箱的空间利用率最高?使用贪心算法解决。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 \"settings->link\" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib glaux.lib
Platform: | Size: 63741 | Author: 章为到 | Hits:

[OpenGL programbacktraing

Description: *零件切割问题: *给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割 *出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形 *板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? *使用回溯算法实现程序。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 \"settings->link\" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib glaux.lib
Platform: | Size: 356280 | Author: 章为到 | Hits:

[OpenGL programzonghe

Description: *算法的综合应用: * 有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的 *机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一 *次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机 *器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两 *个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开 *始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件 *约束条件:对每个工件而言,机器对它的加工路线是事先确定的;(2)表示 *机器约束条件:对每台机器而言,一次只能对一道工序进行加工。 * 编译方法:打开cpp文件,在编译的同时建立工程,打开 \"settings->link\" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib glaux.lib
Platform: | Size: 366503 | Author: 章为到 | Hits:

[OpenGL program图象缩放

Description: 通过改变窗体大小来实现图象的重叠,使用了opengl,当然要链接三个文件可打开,project/setting/link/opengl32.lib glu32.lib glaux.lib -through changes in the form size to achieve the overlapping images, using opengl, of course, to link three documents can be opened, project/setting/link/opengl32.lib glu32.lib glaux.lib
Platform: | Size: 41626 | Author: 李红陶 | Hits:

[OpenGL program图象缩放

Description: 通过改变窗体大小来实现图象的重叠,使用了opengl,当然要链接三个文件可打开,project/setting/link/opengl32.lib glu32.lib glaux.lib -through changes in the form size to achieve the overlapping images, using opengl, of course, to link three documents can be opened, project/setting/link/opengl32.lib glu32.lib glaux.lib
Platform: | Size: 40960 | Author: 李红陶 | Hits:

[OpenGL programearthsatalite

Description: 一个基于opgl的卫星绕地球旋转的例子,非常漂亮。有vc工程文件,注意编译时必须在编译选项里面加上OPENGL32.LIB GLU32.LIB GLAUX.LIB三个库。-a satellite orbiting the earth rotating example, very beautiful. There vc engineering documents, attention must compile the compiler options inside with OPENGL32.LIB GLU32.LIB GLA UX.LIB three libraries.
Platform: | Size: 10240 | Author: 中华 | Hits:

[OpenGL programOpenearth

Description: 用OpenGL实现展开地球的三维动画 打包说明:打包软件为winzip,其中paper.zip为正文压缩文件,解压后 为word2000环境下的正文文件paper.doc,program.zip为源程序压缩文件,解压后为VC++6.0环境下的工程文件OpenEarth.dsp等系列程序...及作为纹理使用的位图文件Wordmp.bmp 程序使用说明 解压program.zip为源程序压缩文件,将opengl32.lib glu32.lib glaux.lib等库文件拷贝到...\VC98\Lib\目录下。 1.用VC6.0启动Openearth.dsw, 2.按下述步骤添加OpenGL库:从[Project]菜单中选择[Settings...]选项,将弹出Project Settings对话框。在该对话框中选择Link标签,在“Object/Libray Module”编辑框中加入“opengl32.lib glu32.lib glaux.lib”,单击OK按钮。 3. 用菜单Build\!Execute Openearth.exe项建立并运行Openearth.exe文件 4. 观看效果,由于程序使用GetCurrentTime函数,动画可能从中间开始展开,全部展开后,又从头从球形开始展开。 直接运行Openearth.exe。-start using OpenGL 3D animation Earth packaged Note : packaged software winzip. which paper.zip compression for text documents, unpacked word2000 environment for the body of documents paper.doc, program.zip source of compressed files, unpacked VC 6.0 environment for the engineering documents OpenEarth.dsp series of procedures ... and for Texture for the use of bitmap file Wordmp.bmp use procedures for extracting program.zip source compressed files, will opengl32.lib glu32.lib glaux.lib other library copy of the document .. . \ VC98 \ Lib \ directory. 1. Start with VC6.0 Openearth.dsw. 2. the following steps to add OpenGL library : from [Project] menu, choose [Settings ...] options will Project Settings dialog pop. In the dialog box choose Link label, in "Object/Libray Module" e
Platform: | Size: 174080 | Author: 倪明 | Hits:

[OpenGL programtestproj

Description: 一个基于opgl的卫星绕地球旋转的例子,非常漂亮。有vc工程文件,注意编译时必须在编译选项里面加上OPENGL32.LIB GLU32.LIB GLAUX.LIB三个库。 -a satellite orbiting the earth rotating example, very beautiful. There vc engineering documents, attention must compile the compiler options inside with OPENGL32.LIB GLU32.LIB GLA UX.LIB three libraries.
Platform: | Size: 62464 | Author: 黄璐 | Hits:

[OpenGL programgreedy

Description: 集装箱的装箱问题: *给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材 *的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装 *箱的空间利用率最高?使用贪心算法解决。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 "settings->link" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib glaux.lib-Container packing problem: given a container, and its length L, width W and height H, the current batch of cylindrical timber, each timber* long are L, but the radius is different for the first i-kan timber radius ri. Asked how the packing, making me be assembled in* the maximum utilization of space? Use greedy algorithm to solve.* Compiler Methods: Open cpp file, compiled at the same time in the establishment of the project, open the settings-
Platform: | Size: 63488 | Author: 章为到 | Hits:

[OpenGL programbacktraing

Description: *零件切割问题: *给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割 *出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形 *板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? *使用回溯算法实现程序。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 "settings->link" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib glaux.lib-* Parts cutting issues:* a given width W of a rectangular plate, rectangular plate of height restrictions. Are, respectively, from the cutting board* a n a height of hi, a width of the rectangular parts wi. The rules of cutting parts with a high degree of orientation of the rectangular plate height direction* consistent. Asked how to make the use of cutting rectangular plate height h the smallest?* The use of backtracking algorithm process.* Compiler Methods: Open cpp file, compiled at the same time in the establishment of the project, open the settings-
Platform: | Size: 356352 | Author: 章为到 | Hits:

[OpenGL programzonghe

Description: *算法的综合应用: * 有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的 *机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一 *次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机 *器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两 *个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开 *始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件 *约束条件:对每个工件而言,机器对它的加工路线是事先确定的;(2)表示 *机器约束条件:对每台机器而言,一次只能对一道工序进行加工。 * 编译方法:打开cpp文件,在编译的同时建立工程,打开 "settings->link" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib glaux.lib
Platform: | Size: 366592 | Author: 章为到 | Hits:

[OpenGL programLIB

Description: OpenGL 库文件:glaux. glu. glu32. glut. glut32. opengl. opengl32-the library of OpenGL:glaux. glu. glu32. glut. glut32. opengl. opengl32
Platform: | Size: 181248 | Author: ly | Hits:

[OpenGL programopengl-dlls-and-installation

Description: OPENGL开发所需的GL.h/glaux.h/glu.h/glut.h/glaux.lib/glu32.lib/opengl32.lib/glut32.lib/glut.lib/glaux.dll/glu32.dll/glut.dll/glut32.dll/opengl32.dll 及安装目录图解-OPENGL development required GL.h/glaux.h/glu.h/glut.h/glaux.lib/glu32.lib/opengl32.lib/glut32.lib/glut.lib/glaux.dll/glu32.dll/glut .dll/glut32.dll/opengl32.dll installation directory illustrations
Platform: | Size: 751616 | Author: white | Hits:

[Windows DevelopOpenGL

Description: VC常用的OpenGL库文件下载,这些文件包括:GL.H、GLAUX.LIB、opengl.lib、OPENGL.DLL、GLEXT.H、GLU32.LIB、GLU.DLL、GLU.H、glu.lib、GLUT32.DLL、GLUT.DLL、glut.lib、OPENGL32.LIB、GLAUX.H、GLUT.H、WGLEXT.H等等。-VC OpenGL library file to download these files include: GL.H, GLAUX.LIB opengl.lib OPENGL.DLL GLEXT.H GLU32.LIB GLU.DLL GLU.H, glu.lib, GLUT32. DLL, GLUT.DLL, glut.lib, OPENGL32.LIB, GLAUX.H, GLUT.H, WGLEXT.H more.
Platform: | Size: 742400 | Author: irihghh | Hits:

[GDI-Bitmap01_BaseFrame

Description: #pragma comment( lib, "opengl32.lib" ) #pragma comment( lib, "glu32.lib" ) #pragma comment( lib, "glut32.lib") #pragma comment( lib, "glew32.lib") #pragma comment( lib, "glaux.lib") #pragma comment( lib, "vfw32.lib" )
Platform: | Size: 649216 | Author: hangpengwei | Hits:

[Documentsopengl绘制的电风扇

Description: 本代码采用c程序画电风扇,对新手看很实用,只要你懂一点点OpenGL和WIN32就可以看的很明白。 创建了一个新的 Win32 程序(并非控制台程序) 之后, 链接 OpenGL 的库文件。 操作步骤是: Project-> Settings, 点击 LINK 标签, 在 “Object/Library Modules” 下面那一行的开始处(在kernel32.lib之前) 增添 OpenGL32.lib, GLu32.lib 和 GLaux.lib, 完成之后点击 OK 按钮. 然后把本代码贴上去就可以编译了
Platform: | Size: 80384 | Author: 1160597823@qq.com | Hits:

CodeBus www.codebus.net